home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 24
/
Amiga Format AFCD24 (Feb 1998, Issue 108).iso
/
-seriously_amiga-
/
shareware
/
programming
/
other
/
robodoc3.0j
/
examples
/
prog1.c
next >
Wrap
Text File
|
1998-01-05
|
1KB
|
74 lines
/****h* TEST/Prog1.C *******************************************************
*
* NAME
* Prog1.C -- Test program 1. (v1.0)
*
* COPYRIGHT
* Maverick Software Development (C) 1995
*
* FUNCTION
* Totally nothing and useless.
*
* AUTHOR
* Jacco van Weert
*
* CREATION DATE
* 15-Feb-95
*
* MODIFICATION HISTORY
* 15-Feb-95 - v1.0 - First version
*
* NOTES
* Nothing special
*
****************************************************************************
*/
/****i* Prog1.C/Proc_Internal1 *********************************************
*
* NAME
* Proc_Internal1 -- Internal procedure test program. (v1.0)
*
* SYNOPSIS
* Proc_Internal1
*
* FUNCTION
* Just for fun.
*
* INPUTS
* No inputs
*
* BUGS
* The procedure does not exist :)
*
* PURPOSE
* the purpose of the procedure.
* whatever it is.
*
* SEE ALSO
* Proc_Normal1, Proc_Internal2
* Proc_Normal2, Prog2.C
*
****************************************************************************
*/
/****** Prog1.C/Proc_Normal1 ***********************************************
*
* NAME
* Proc_Normal1 -- Normal procedure. (v1.0)
*
* SYNOPSIS
* Proc_Normal1
*
* FUNCTION
* Useless.
*
* SEE ALSO
* Proc_Internal1, Proc_Normal2
* Prog2.C
*
****************************************************************************
*/